From: Richard M. Stallman Date: Sat, 21 Apr 2007 08:57:30 +0000 (+0000) Subject: (Attribute Functions): Fix example for face-attribute-relative-p. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~716 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=88dcf9ba322b76cc669a2d30545c1ed38a06aee0;p=emacs.git (Attribute Functions): Fix example for face-attribute-relative-p. --- diff --git a/lispref/display.texi b/lispref/display.texi index 0d2a8da8753..770d6e9d91a 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2144,10 +2144,9 @@ For @code{:height}, floating point values are also relative. For example: @example -(read-face-name "Describe face" "= `default' face" t) +(face-attribute-relative-p :height 2.0) + @result{} t @end example - -prompts with @samp{Describe face (default = `default' face): }. @end defun @defun merge-face-attribute attribute value1 value2